type runtime.floaty
5 uses
runtime (current package)
minmax.go#L28: type floaty interface{ ~float32 | ~float64 }
minmax.go#L30: func fmin[F floaty](x, y F) F {
minmax.go#L42: func fmax[F floaty](x, y F) F {
minmax.go#L54: func forbits[F floaty](x, y F) F {
minmax.go#L64: func fandbits[F floaty](x, y F) F {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)